Test Plan

Introduction

In this documet there are the outcome of completed system tests. Bugs and Changes that need to be made will be presented here formally.

Bugs

Changes ID 1.1 B
Description Companies aren't showed to users when they use all filters in one time
Discover Date 07-02-2020
Severity High
Steps Required to Produce Incident 1. Go to filter panel - 2. Select all filters
Cause Error in the code of the software
Current Status Closed
Correction Time 30 minutes

Changes ID 1.2 A
Description Error on the Company Information page when at least one address is not present
Discover Date 17-02-2020
Severity Medium
Steps Required to Produce Incident Open Company Information page of the "3102 Srl" company
Cause Error in the code of the software
Current Status Closed
Correction Time 10 minutes

Changes ID 1.4 A
Description When a company is edited, the phone number aren't edited
Discover Date 25-02-2020
Severity High
Steps Required to Produce Incident Edit a Company
Cause Error in the code of the software
Current Status Closed
Correction Time 40 minutes

Changes

Users Table of Database

The Users Table is splitted in two tables: the first with the user's informations, like name, surname and ClasseViva ID; and the second with the user's credential.
The second table are used only if the user is a local one. The password saved in this table are encrypted with the hash512 algorithm and at the password precede 25 character of pepper and follow 25 character of salt.